luci-theme-bootstrap: zone-forwards wrap
authorJyn <[email protected]>
Mon, 14 Apr 2025 07:40:40 +0000 (14:40 +0700)
committerPaul Donald <[email protected]>
Mon, 14 Apr 2025 13:20:31 +0000 (15:20 +0200)
Signed-off-by: Jyn <[email protected]>
(cherry picked from commit 8f61f1616a4d34f2e17728c229f922f2d60d614c)

themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css

index 41bea958772a6e0f0fc918d4e5c923177136e860..c9b768eeb288f3d46f87fb2194e37b5d5cf325c0 100644 (file)
@@ -1855,12 +1855,13 @@ body.modal-overlay-active #modal_overlay {
 
 .zone-forwards {
        display: flex;
-       flex-wrap: wrap;
+       flex-wrap: nowrap;
 }
 
 .zone-forwards > * {
        flex: 1 1 40%;
        padding: 1px;
+       text-wrap: auto;
 }
 
 .zone-forwards > span {